home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Property Examples / Record Properties < prev    next >
Encoding:
Text File  |  1992-11-25  |  224 b   |  9 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first Record
  3.     best type of Record 2
  4.     default type of Record -3
  5.     ID of Record 3
  6.     Access of Record 2 of Database 2
  7.     Protection of Record 2 of document 2
  8.     Lock of first Record
  9. end tell